【CSS】border-top-width - 境界線(上)の太さ
CSSのborder-top-widthプロパティについて解説します。
検証環境
border-top-width
border-top-widthは“境界線(上)の太さ”のプロパティです。
基本構文
border-top-width: 値;
サンプル
<style>
p {
border-top-style: solid;
___ih_hl_start
border-top-width: 5px;
___ih_hl_end
}
</style>
<p>CSS : Cascading Style Sheets</p>